Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jverdeyen
Last active February 26, 2019 07:17
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 jverdeyen/84a6a9cc7b228767852e8ebf1882532b to your computer and use it in GitHub Desktop.
Save jverdeyen/84a6a9cc7b228767852e8ebf1882532b to your computer and use it in GitHub Desktop.
root = true
[*]
end_of_line = LF
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.{php,yml,sh,feature}]
indent_style = space
indent_size = 4
[*.{html.twig,html,js,json,xml,less,scss,css,sass,md}]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment