Skip to content

Instantly share code, notes, and snippets.

@whynotavailable
Last active March 12, 2020 01:04
Show Gist options
  • Save whynotavailable/e75c1f4c03a992e6722606c0041b7c22 to your computer and use it in GitHub Desktop.
Save whynotavailable/e75c1f4c03a992e6722606c0041b7c22 to your computer and use it in GitHub Desktop.
my editor config
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 3
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 3
[*.md]
indent_size = 4
tab_width = 4
[Makefile]
indent_style = tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment