Last active
June 25, 2023 20:09
-
-
Save jhessin/f9be114b67d365389de90ec56514b0dc to your computer and use it in GitHub Desktop.
java/typescript configs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root = true | |
[*] | |
indent_style = space | |
indent_size = 2 | |
end_of_line = lf | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
insert_final_newline = true | |
max_line_length = 80 | |
quote_type = single | |
curly_bracket_next_line = true | |
spaces_around_operators = true | |
indent_brace_style = K&R |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trailingComma: "all" | |
semi: true | |
singleQuote: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment