We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c2972 commit 75b0014Copy full SHA for 75b0014
.editorconfig
@@ -19,3 +19,9 @@ end_of_line = lf
19
20
[*.yml]
21
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