Skip to content

Instantly share code, notes, and snippets.

View Da-Technomancer's full-sized avatar

Max M Da-Technomancer

View GitHub Profile
@Da-Technomancer
Da-Technomancer / .editorconfig
Last active July 25, 2022 11:34
Standard IntelliJ code style config for all my projects
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = tab
insert_final_newline = false
max_line_length = 120
tab_width = 4
ij_continuation_indent_size = 8
ij_formatter_off_tag = @formatter:off