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 0000000..1f473a9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[/.git/**] +max_line_length = unset + +[*] +indent_style = space +indent_size = 2 +tab_width = 2 +end_of_line = lf +trim_trailing_whitespace = true |