diff options
Diffstat (limited to 'test/editorconfig/.editorconfig')
-rw-r--r-- | test/editorconfig/.editorconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/editorconfig/.editorconfig b/test/editorconfig/.editorconfig new file mode 100644 index 0000000..d97f36d --- /dev/null +++ b/test/editorconfig/.editorconfig @@ -0,0 +1,18 @@ +root = true +; yipee +# comments + +[*] +trim_TRAILING_whitespace=true +insert_final_newline=true +indent_sizE=16 +indent_style=Space +funkel = mitochondrion + +[*.biz] +# i love microsoft widnwso +end_of_linE = CRLF + +[*.txt] +indent_size = 4 +Indent_Style = tab |