Skip to content

Instantly share code, notes, and snippets.

@elmerehbi
Created July 26, 2020 20:11
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 elmerehbi/7d82312b67dca0f30eade8339b2c8fc7 to your computer and use it in GitHub Desktop.
Save elmerehbi/7d82312b67dca0f30eade8339b2c8fc7 to your computer and use it in GitHub Desktop.
# http://EditorConfig.org
# top-most EditorConfig file
root = true
# Apply to all code files
[*]
# A newline ending every file
insert_final_newline = true
# Set default charset
charset = utf-8
# 4 space indentation
indent_style = space
indent_size = 2
# Various options
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment