diff options
Diffstat (limited to 'frontend/.editorconfig')
| -rw-r--r-- | frontend/.editorconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/frontend/.editorconfig b/frontend/.editorconfig new file mode 100644 index 00000000..823e6853 --- /dev/null +++ b/frontend/.editorconfig @@ -0,0 +1,15 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# 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 |
