From e24226f89b2007a38e1114ea65d4ea2fceb09ea4 Mon Sep 17 00:00:00 2001 From: Brian Kroth Date: Thu, 14 Dec 2023 17:08:26 +0000 Subject: [PATCH] EditorConfig fixups to match Google Java Style --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index ddf305feb..c2badd185 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,3 +19,9 @@ end_of_line = lf [*.yml] indent_size = 2 + +[*.java] +# https://google.github.io/styleguide/javaguide.html#s4.2-block-indentation +indent_size = 2 +# https://google.github.io/styleguide/javaguide.html#s4.4-column-limit +max_line_length = 100