Skip to content

Instantly share code, notes, and snippets.

@imzhi
Created December 1, 2021 06:24
Show Gist options
  • Save imzhi/91a291e121e05b54a904ceb7bbb457bf to your computer and use it in GitHub Desktop.
Save imzhi/91a291e121e05b54a904ceb7bbb457bf to your computer and use it in GitHub Desktop.
.editorconfig
# Top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true