diff options
Diffstat (limited to 'library/Sortable/.editorconfig')
-rw-r--r-- | library/Sortable/.editorconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/library/Sortable/.editorconfig b/library/Sortable/.editorconfig new file mode 100644 index 000000000..09d275186 --- /dev/null +++ b/library/Sortable/.editorconfig @@ -0,0 +1,15 @@ +# editorconfig.org +root = true + +[*] +indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false + +[*.yml] +indent_style = space |