commit | edee28801e4dbb5b734b4038d93fe1594e267ab1 | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <ebrahim@gnu.org> | Wed Feb 21 22:13:58 2018 +0330 |
committer | GitHub <noreply@github.com> | Wed Feb 21 22:13:58 2018 +0330 |
tree | 39504c1da5055fbb6817c32c5bcd7a4e8fe4f193 | |
parent | eada749e4642ea90300c9c68c226fa76a3e35a75 [diff] |
Add .editorconfig (#810) More information: http://editorconfig.org/
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..708188a --- /dev/null +++ b/.editorconfig
@@ -0,0 +1,18 @@ +root = true + +[*] +charset = utf-8 +trim_trailing_whitespace = true +end_of_line = lf +insert_final_newline = true + +[*.{c,cc,h,hh}] +indent_size = 2 +indent_style = space +tab_width = 8 + +[*.{py,sh}] +indent_style = tab + +[{CMakeLists.txt,*.cmake}] +indent_size = 2