Skip to content

Instantly share code, notes, and snippets.

@Piterden
Created July 12, 2016 21:34
Show Gist options
  • Save Piterden/d2bb0557dbf90a2eafa742b0f9790156 to your computer and use it in GitHub Desktop.
Save Piterden/d2bb0557dbf90a2eafa742b0f9790156 to your computer and use it in GitHub Desktop.
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4
[*.{vue,js,json,html,yml,yaml,sass,scss,blade.php,twig}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment