Skip to content

Instantly share code, notes, and snippets.

@IgorMing
Created February 25, 2018 00:17
Show Gist options
  • Save IgorMing/d6f41480ed177f4a5d58a368f30c2a6f to your computer and use it in GitHub Desktop.
Save IgorMing/d6f41480ed177f4a5d58a368f30c2a6f to your computer and use it in GitHub Desktop.
Editorconfig file just with useful stuff
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Indentation override for all JS under lib directory
[**.{js,json}]
charset = utf-8
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment