diff options
| author | Lain Iwakura <lain@iwakura.page> | 2026-03-29 04:10:48 +0300 |
|---|---|---|
| committer | Lain Iwakura <lain@iwakura.page> | 2026-03-29 04:10:48 +0300 |
| commit | ba07aa7b98fc4f5e2884091dc546c5af9b9f52fa (patch) | |
| tree | 66f5ec43432ff4973b439e30abd0054dfc8dca96 /.editorconfig | |
| parent | cd2f01fb10cabccb1076352ec408f66615dcdd80 (diff) | |
ok maybe
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a7d5c33 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# EditorConfig is awesome: https://EditorConfig.org +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = false +insert_final_newline = false |
