Created
January 26, 2019 18:51
-
-
Save YenForYang/9690d0e70e3cea60c79864fe974206a9 to your computer and use it in GitHub Desktop.
EditorConfig
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=tab | |
indent_size=tab | |
tab_width=2 | |
#end_of_line=lf | |
charset=utf-8 | |
trim_trailing_whitespace=true | |
#insert_final_newline=true | |
max_line_length=off | |
#not implemented by editorconfig | |
quote_type=single | |
#c_include_path=blah:blah | |
#java_class_path=blah:blah | |
#curly_bracket_next_line=false | |
#spaces_around_operators=hybrid|true|false | |
#spaces_around_brackets=inside|outside|both|none | |
#indent_brace_style=K&R|Allman|Horstmann|GNU|blah.. | |
#wildcard_import_limit=<some number> | |
continuation_indent_size=2 | |
#block_comment= | |
#line_comment= | |
#block_comment_start= | |
#block_comment_end= | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment