Skip to content

Instantly share code, notes, and snippets.

@WhatIsHeDoing
Created October 22, 2025 20:25
Show Gist options
  • Select an option

  • Save WhatIsHeDoing/742442c41c226dbc10e62113f88c8c68 to your computer and use it in GitHub Desktop.

Select an option

Save WhatIsHeDoing/742442c41c226dbc10e62113f88c8c68 to your computer and use it in GitHub Desktop.
My base EditorConfig settings
# EditorConfig is awesome: http://EditorConfig.org
# This is the top-most EditorConfig file.
root = true
# All files.
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment