diff options
| author | uakci <git@uakci.space> | 2024-04-13 13:48:55 +0000 |
|---|---|---|
| committer | uakci <git@uakci.space> | 2024-04-13 13:48:55 +0000 |
| commit | 7d14ee03e9fdad3736f14748115ad5a55c0dcd53 (patch) | |
| tree | d9cf89e7bfa9b82a7551197cfb4a853c7826313a /.editorconfig | |
| download | runicity-main.tar.gz runicity-main.zip | |
Diffstat (limited to '')
| -rw-r--r-- | .editorconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a78447e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*] +charset = utf-8 +insert_final_newline = true +end_of_line = lf +indent_style = space +indent_size = 2 +max_line_length = 80
\ No newline at end of file |
