Skip to content

Instantly share code, notes, and snippets.

@WolfieZero
Last active June 11, 2017 10:28
Show Gist options
  • Save WolfieZero/1651ee19e0c0f5fd11a4 to your computer and use it in GitHub Desktop.
Save WolfieZero/1651ee19e0c0f5fd11a4 to your computer and use it in GitHub Desktop.
Default settings for editor configurations
; ==============================================================================
; Editor configs
; ==============================================================================
; See editorconfig.org
; top-most EditorConfig file
root = true
; Default
; ==============================================================================
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
; JSON
; ==============================================================================
[*.json]
indent_size = 2
; Make
; ==============================================================================
[Makefile]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment