Skip to content

Instantly share code, notes, and snippets.

@ayush--s
Created December 11, 2020 10:59
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 ayush--s/a7a681f84901897869a637627d149e97 to your computer and use it in GitHub Desktop.
Save ayush--s/a7a681f84901897869a637627d149e97 to your computer and use it in GitHub Desktop.
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
[*.{js,py}]
charset = utf-8
# 4 space indentation
[*.py]
indent_style = space
indent_size = 4
# 3 tab indentation
[*.{fs,fsx,go}]
indent_style = tab
indent_size = 4
[*.{js,json,html,css}]
indent_style = tab
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment