Skip to content

Instantly share code, notes, and snippets.

@thiago-rezende
Created February 20, 2024 14:43
Show Gist options
  • Save thiago-rezende/c874e7432182b08d3ce36090afd7d636 to your computer and use it in GitHub Desktop.
Save thiago-rezende/c874e7432182b08d3ce36090afd7d636 to your computer and use it in GitHub Desktop.
Simple EditorConfig
root = true
[*]
charset = utf-8
tab_width = 2
indent_size = 2
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment