diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-01 20:08:31 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-10-01 20:08:31 -0400 |
| commit | e96f529b8555c923b95f9ab074d081004ad7dae6 (patch) | |
| tree | 052f17fd749b9678cf192cf7bbe3a24a1e3a3d08 /.editorconfig | |
| download | chine-projet-e96f529b8555c923b95f9ab074d081004ad7dae6.tar.gz chine-projet-e96f529b8555c923b95f9ab074d081004ad7dae6.tar.bz2 chine-projet-e96f529b8555c923b95f9ab074d081004ad7dae6.zip | |
Inital commit
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5d12634 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false |
