Skip to content

Instantly share code, notes, and snippets.

@jhessin
Last active June 25, 2023 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhessin/f9be114b67d365389de90ec56514b0dc to your computer and use it in GitHub Desktop.
Save jhessin/f9be114b67d365389de90ec56514b0dc to your computer and use it in GitHub Desktop.
java/typescript configs
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
trailingComma: "all"
semi: true
singleQuote: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment