diff options
| author | Fuwn <[email protected]> | 2021-05-20 01:58:02 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 01:58:02 +0000 |
| commit | 1bd7e65a94289e444f067f4da28935df0baca9be (patch) | |
| tree | 9d54c9e91ac6a79f060ad069b9c1de34c34a844f /.editorconfig | |
| download | nitrous-1bd7e65a94289e444f067f4da28935df0baca9be.tar.xz nitrous-1bd7e65a94289e444f067f4da28935df0baca9be.zip | |
feat(nitrous): :star:
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9d08a1a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true |