diff options
author | KOLANICH <kolan_n@mail.ru> | 2019-12-03 10:01:40 (GMT) |
---|---|---|
committer | Jan Niklas Hasse <jhasse@bixense.com> | 2019-12-22 13:12:43 (GMT) |
commit | 94c66fd01a8da67a9e169135780d8967eba69048 (patch) | |
tree | d7e6e5b034e5be59dba996faa6e2a11a070476dc | |
parent | ca08c43c0e16067ce216f019e516c26132f4eca6 (diff) | |
download | Ninja-94c66fd01a8da67a9e169135780d8967eba69048.zip Ninja-94c66fd01a8da67a9e169135780d8967eba69048.tar.gz Ninja-94c66fd01a8da67a9e169135780d8967eba69048.tar.bz2 |
Add .editorconfig
See https://editorconfig.org/ for more info.
-rw-r--r-- | .editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0cc68d6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true +end_of_line = lf + +[CMakeLists.txt] +indent_style = tab |