only:*.java indent_size 4

This commit is contained in:
rusefillc 2023-12-25 02:05:14 -05:00
parent c6e35563ee
commit 7ceac3458c
1 changed files with 4 additions and 0 deletions

View File

@ -11,3 +11,7 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
# 4 space indentation
[*.java]
indent_size = 4