Erlang is not going to be used :)
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
# top-most EditorConfig file
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
# defaults
|
# defaults
|
||||||
@@ -9,7 +10,11 @@ end_of_line=lf
|
|||||||
indent_size = 4
|
indent_size = 4
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
[*.{java, kt, kts}]
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.{java,kt,kts}]
|
||||||
continuation_indent_size = 4
|
continuation_indent_size = 4
|
||||||
max_line_length=120
|
max_line_length=120
|
||||||
wildcard_import_limit=99
|
wildcard_import_limit=99
|
||||||
@@ -34,7 +39,3 @@ indent_size = 2
|
|||||||
|
|
||||||
[*.json]
|
[*.json]
|
||||||
indent_size=2
|
indent_size=2
|
||||||
|
|
||||||
# Erlang
|
|
||||||
[*.erl]
|
|
||||||
indent_style = tab
|
|
||||||
|
|||||||
Reference in New Issue
Block a user