diff options
| author | yo mama <pepper@scannerjammer.com> | 2014-12-02 21:31:51 -0800 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2014-12-02 21:31:51 -0800 |
| commit | cc4f8980980809927e61a00cf7b8d727618ea067 (patch) | |
| tree | 1a340ba30d799b08ffcffe356adbfa2cb12e4654 /.editorconfig | |
first
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5760be5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# http://editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false |
