Skip to content

Instantly share code, notes, and snippets.

@ricogoh
Last active August 22, 2019 10:24
Show Gist options
  • Save ricogoh/d5f9935c3ddb96a55cdc2da72716e36f to your computer and use it in GitHub Desktop.
Save ricogoh/d5f9935c3ddb96a55cdc2da72716e36f to your computer and use it in GitHub Desktop.
Editor Configuration Setting
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.yml]
indent_size = 2
[*.{vue,js,json,html,scss}]
indent_style = space
indent_size = 2
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment