Skip to content

Instantly share code, notes, and snippets.

@h1romas4
Created July 24, 2017 13:02
Show Gist options
  • Save h1romas4/c02214990dbeee3c75af57110cd45b61 to your computer and use it in GitHub Desktop.
Save h1romas4/c02214990dbeee3c75af57110cd45b61 to your computer and use it in GitHub Desktop.
一般的な .editorconfig
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment