Skip to content

Instantly share code, notes, and snippets.

@YenForYang
Created January 26, 2019 18:51
Show Gist options
  • Save YenForYang/9690d0e70e3cea60c79864fe974206a9 to your computer and use it in GitHub Desktop.
Save YenForYang/9690d0e70e3cea60c79864fe974206a9 to your computer and use it in GitHub Desktop.
EditorConfig
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