Skip to content

Commit

Permalink
Merge pull request #475 from oldratlee/add-editor-config
Browse files Browse the repository at this point in the history
add `.editorconfig`
  • Loading branch information
chibash committed Dec 22, 2023
2 parents fe634f3 + 56b036e commit 0f4cd0c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
@@ -0,0 +1,24 @@
# https://editorconfig.org/

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

tab_width = 8
indent_size = 2
ij_continuation_indent_size = 4
indent_style = space

trim_trailing_whitespace = true


[*.{java,j}]
indent_size = 4
ij_continuation_indent_size = 8


[*.md]
trim_trailing_whitespace = false

0 comments on commit 0f4cd0c

Please sign in to comment.