diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..eb44fcd7e4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig: https://EditorConfig.org + +root = true + +[*] +indent_style = tab +tab_width = 8 +charset = utf-8 +insert_final_newline = true +end_of_line = lf +trim_trailing_whitespace = true |