Skip to content

Instantly share code, notes, and snippets.

@justerror
Last active July 29, 2021 17:38
Show Gist options
  • Save justerror/63e2be3e311df43322a772bad2a28c11 to your computer and use it in GitHub Desktop.
Save justerror/63e2be3e311df43322a772bad2a28c11 to your computer and use it in GitHub Desktop.
Configuration file for EditorConfig
# Editor configuration, see https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,ts}]
quote_type = single
[*.md]
max_line_length = off
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment