Skip to content

Instantly share code, notes, and snippets.

@wakamsha
Created April 29, 2015 17:03
Show Gist options
  • Save wakamsha/afee918a1f8832b02c89 to your computer and use it in GitHub Desktop.
Save wakamsha/afee918a1f8832b02c89 to your computer and use it in GitHub Desktop.
EditorConfig のベース
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
tab_width = 2
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment