Skip to content

Instantly share code, notes, and snippets.

@knxroot
Created April 3, 2021 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knxroot/567698721e26c1c37adbbd78b36b79ef to your computer and use it in GitHub Desktop.
Save knxroot/567698721e26c1c37adbbd78b36b79ef to your computer and use it in GitHub Desktop.
Default
#.editorconfig default
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80
indent_size = 4
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment