diff options
| author | tunnckoCore <[email protected]> | 2017-01-17 19:13:41 +0200 |
|---|---|---|
| committer | tunnckoCore <[email protected]> | 2017-01-17 19:13:41 +0200 |
| commit | e7c222c0e840b34eb56566da453d7a12a257c61f (patch) | |
| tree | 784bfbf1f45ff70e83835305f0d857775349d710 /.editorconfig | |
| parent | 8b4f2defd7fca02674a45d89900557a6a4b5e5c3 (diff) | |
add editorconfig, fix original identation
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3dbf828 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = tab +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + |
