Skip to content

Commit 75b0014

Browse files
authored
EditorConfig fixups to match Google Java Style (#425)
Fixups following #416
1 parent c3c2972 commit 75b0014

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.editorconfig

+6
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ end_of_line = lf
1919

2020
[*.yml]
2121
indent_size = 2
22+
23+
[*.java]
24+
# https://google.github.io/styleguide/javaguide.html#s4.2-block-indentation
25+
indent_size = 2
26+
# https://google.github.io/styleguide/javaguide.html#s4.4-column-limit
27+
max_line_length = 100

0 commit comments

Comments
 (0)