Skip to content

Instantly share code, notes, and snippets.

@krisanalfa
Last active June 7, 2017 07:47
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 krisanalfa/9f19a62e16800612939abdc4bc60e695 to your computer and use it in GitHub Desktop.
Save krisanalfa/9f19a62e16800612939abdc4bc60e695 to your computer and use it in GitHub Desktop.
Global EditorConfig
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Base
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# 4 space indentation
[*.{python,php,cs}]
indent_size = 4
# Overriding *.php
[*.blade.php]
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment