diff options
| author | 2026-07-01 21:04:31 +0500 | |
|---|---|---|
| committer | 2026-07-01 21:04:31 +0500 | |
| commit | 88f314ec66347db07bd97e67a24f45913233dee3 (patch) | |
| tree | 61b0bd273224afa36f1a24674d6cfb3e1cb6f441 /.editorconfig | |
| download | xhorse-88f314ec66347db07bd97e67a24f45913233dee3.tar.gz xhorse-88f314ec66347db07bd97e67a24f45913233dee3.tar.bz2 xhorse-88f314ec66347db07bd97e67a24f45913233dee3.zip | |
Initial commit
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c1e2c64 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true |
