diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-03 19:50:03 +0100 |
|---|---|---|
| committer | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-01-05 12:31:32 +0100 |
| commit | a8da00f0a24029938da361ab7ce55875e7514e2f (patch) | |
| tree | dd1c8034b410351bb68a9cab254e4abb9611c0d7 /.editorconfig | |
| parent | af0451b6ac203860d00c7d209007356362c06d2f (diff) | |
Added some generic editorconfig rules.
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 05fea2835..a3b72c9af 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,14 @@ # All files [*] indent_style = space +root = true +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = lf +max_line_length = null + # Code files [*.{cs,csx,vb,vbx}] indent_size = 4 |
