Skip to content

Instantly share code, notes, and snippets.

@eleazarbr
Last active July 12, 2024 16:11
Show Gist options
  • Save eleazarbr/fbd4ca0096ea97e229686f902e541319 to your computer and use it in GitHub Desktop.
Save eleazarbr/fbd4ca0096ea97e229686f902e541319 to your computer and use it in GitHub Desktop.
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{html,css,sass,scss,js,vue,json,ts,tsx}]
indent_size = 2
[*.{js,vue,ts,tsx}]
quote_type = double
[*.{php,composer.json}]
indent_size = 4
[*.php]
quote_type = single
[*.blade.php]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_size = 2
[*.editorconfig]
indent_size = 2
[*.eslintrc.cjs]
indent_size = 2
[*.sh]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment