diff options
| author | NotNite <hi@notnite.com> | 2023-06-20 15:09:55 -0400 |
|---|---|---|
| committer | NotNite <hi@notnite.com> | 2023-06-20 15:09:55 -0400 |
| commit | 20692e21107a35f5f45651f655a6a564fc570007 (patch) | |
| tree | 3177242a0dffb4361dcf7ab4592fed12c4ccfb77 /.editorconfig | |
| download | gloppers-20692e21107a35f5f45651f655a6a564fc570007.tar.gz gloppers-20692e21107a35f5f45651f655a6a564fc570007.tar.bz2 gloppers-20692e21107a35f5f45651f655a6a564fc570007.zip | |
Initial commit
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7dfb629 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +max_line_length = 120 +tab_width = 4 + +[*.json] +indent_size = 2 + +[*.properties] +ij_properties_keep_blank_lines = true |
