Skip to content

Instantly share code, notes, and snippets.

@LukeWJensen
Created May 10, 2019 18:21
Show Gist options
  • Save LukeWJensen/dd0a6186e94c76f258ae5015b87c7a96 to your computer and use it in GitHub Desktop.
Save LukeWJensen/dd0a6186e94c76f258ae5015b87c7a96 to your computer and use it in GitHub Desktop.
[Boilerplate .editorconfig file] #editorconfig
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
# 4 space indentation
[*]
indent_style = space
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment