Skip to content

Instantly share code, notes, and snippets.

@cmbaughman
Created May 29, 2024 19:14
Show Gist options
  • Save cmbaughman/504cb95043b4eb776ae077bed5fbe56d to your computer and use it in GitHub Desktop.
Save cmbaughman/504cb95043b4eb776ae077bed5fbe56d to your computer and use it in GitHub Desktop.
Editor Config
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
quote_type = single
### Frontend files
[*.{css,scss,less,js,json,ts,sass,php,html,htm,ejs}]
### Markdown
[*.md]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false
### YAML
[*.yml]
indent_style = space
indent_size = 2
### Specific files
[{package,bower}.json]
indent_style = space
indent_size = 2
[*.bat]
end_of_line = crlf
[Makefile]
indent_size = 4
indent_style = tab
[{deps}/**]
charset = unset
end_of_line = unset
indent_size = unset
indent_style = unset
trim_trailing_whitespace = unset
[/{node_modules}/**]
charset = unset
end_of_line = unset
indent_size = unset
indent_style = unset
trim_trailing_whitespace = unset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment