Skip to content

Instantly share code, notes, and snippets.

@genadyp
Created June 14, 2021 04:18
Show Gist options
  • Save genadyp/af7cf821d354b4eaba1cb43bc18c27f4 to your computer and use it in GitHub Desktop.
Save genadyp/af7cf821d354b4eaba1cb43bc18c27f4 to your computer and use it in GitHub Desktop.
editorconfig
# see https://editorconfig.org/
root = true
[*]
# Use Unix-style newlines for most files (except Windows files, see below).
end_of_line = lf
trim_trailing_whitespace = true
indent_style = space
insert_final_newline = true
indent_size = 4
charset = utf-8
[*.{bat,cmd,ps1}]
end_of_line = crlf
[*.{yml,yaml}]
indent_size = 2
[*.tsv]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment