Skip to content

Commit

Permalink
Merge pull request #34 from syxc/dev
Browse files Browse the repository at this point in the history
Update .editorconfig
  • Loading branch information
syxc authored Jun 18, 2024
2 parents 49efa2e + f240d60 commit 40e6865
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 40e6865

Please sign in to comment.