Last active
May 22, 2020 10:00
-
-
Save vamdt/e09b7198232ebb4e51972cac24a434bd to your computer and use it in GitHub Desktop.
editor config
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 | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
[*.java] | |
indent_style = space | |
indent_size = 4 | |
continuation_indent_size = 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment