Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
syxc committed Jun 18, 2024
1 parent 76d68e9 commit f240d60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# https://editorconfig.org
root = true

[*]
Expand All @@ -8,6 +7,7 @@ indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 110

[*.java]
ij_java_use_single_class_imports = true
Expand All @@ -21,8 +21,8 @@ ktlint_standard_property-naming = disabled
ktlint_standard_backing-property-naming = disabled
ktlint_function_naming_ignore_when_annotated_with = Composable, Test

[*.{md,markdown}]
[*.md]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab
indent_style = tab

0 comments on commit f240d60

Please sign in to comment.