Skip to content

Instantly share code, notes, and snippets.

@ashleyh
Created March 1, 2014 16:15
Show Gist options
  • Save ashleyh/9292108 to your computer and use it in GitHub Desktop.
Save ashleyh/9292108 to your computer and use it in GitHub Desktop.
neovim editor config
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = false
[*.c]
indent_style = space
indent_size = 2
@ashleyh
Copy link
Author

ashleyh commented Mar 1, 2014

taken from neovim/neovim#117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment