Skip to content

Instantly share code, notes, and snippets.

@johndodev
Created December 8, 2023 10:06
Show Gist options
  • Save johndodev/7683cf5f38460ed3d5a4dec9c799af37 to your computer and use it in GitHub Desktop.
Save johndodev/7683cf5f38460ed3d5a4dec9c799af37 to your computer and use it in GitHub Desktop.
Exemple de .editorconfig
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
charset = utf-8
tab_width = 4
indent_size = 4
indent_style = space
[Makefile*]
indent_style = tab
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment