Skip to content

Instantly share code, notes, and snippets.

@tam-matsuo
Last active October 20, 2015 01:05
Show Gist options
  • Select an option

  • Save tam-matsuo/c880718ba7950fd39461 to your computer and use it in GitHub Desktop.

Select an option

Save tam-matsuo/c880718ba7950fd39461 to your computer and use it in GitHub Desktop.
TipsNote .editorconfig sample
# ルートフォルダかどうか
root = true
[*]
indent_style = space
charset = utf-8
end_of_line = lf
[*.php]
indent_size = 4
[*.{html,scss,coffee}]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment