Skip to content

Instantly share code, notes, and snippets.

@JonathonRichardson
Created December 17, 2022 13:01
Show Gist options
  • Save JonathonRichardson/96dc836795c243f5adb0f4ce33c069fe to your computer and use it in GitHub Desktop.
Save JonathonRichardson/96dc836795c243f5adb0f4ce33c069fe to your computer and use it in GitHub Desktop.
My Base .editorconfig File
# EditorConfig is awesome: https://EditorConfig.org
# See Prettier config for more information on the rationale behind these. If you
# change these, you should change .prettierrc.json as well.
[*]
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment