Skip to content

Instantly share code, notes, and snippets.

@patrick-werner
patrick-werner / .editorconfig
Created November 27, 2019 16:43
Google Java CodeStyle editorconfig
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = false
max_line_length = 100
tab_width = 2
ij_continuation_indent_size = 4
ij_formatter_off_tag = @formatter:off