Skip to content

Instantly share code, notes, and snippets.

@marcoslhc
Created October 13, 2013 06:36
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save marcoslhc/6958822 to your computer and use it in GitHub Desktop.
Save marcoslhc/6958822 to your computer and use it in GitHub Desktop.
editorconfig for JS + HTML + CSS
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
@asterion
Copy link

πŸ‘

@cassioKenji
Copy link

πŸ‘

@robtec
Copy link

robtec commented May 26, 2018

πŸ‘

@mh35
Copy link

mh35 commented Jun 8, 2018

πŸ‘

@eliranmal
Copy link

eliranmal commented Jul 2, 2018

also, protect your markdown files from secret corruption!

[*.md]
trim_trailing_whitespace = false

@anztrax
Copy link

anztrax commented Nov 21, 2022

πŸ‘

@daoanhhuy26012001
Copy link

tks <3

@alfanzain
Copy link

πŸ‘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment