Skip to content

Instantly share code, notes, and snippets.

@az1979
Created March 29, 2017 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save az1979/bc196d8ceb20c4b653108d8ffbc1c2d2 to your computer and use it in GitHub Desktop.
Save az1979/bc196d8ceb20c4b653108d8ffbc1c2d2 to your computer and use it in GitHub Desktop.
EditorConfigのサンプル
root = true
[*]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.html]
insert_final_newline = false
# PSR-2に準拠します
[*.php]
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment