Skip to content

Instantly share code, notes, and snippets.

@redxef
Created October 16, 2017 22:09
Show Gist options
  • Save redxef/f762a1613bf661d870fa520911dae057 to your computer and use it in GitHub Desktop.
Save redxef/f762a1613bf661d870fa520911dae057 to your computer and use it in GitHub Desktop.
root = true
[**]
end_of_line = lf
inser_final_newline = true
charset = utf-8
indent_style = space
indent_size = 8
trim_trailing_whitespace = true
max_line_length = 72
[{Makefile,makefile,**.mk}]
indent_style = tab
[{**.py,**.rb}]
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment