Skip to content

Instantly share code, notes, and snippets.

@alejandromav
Created September 30, 2019 14:37
Show Gist options
  • Save alejandromav/e3a2f5730b4edf678762703e4928be1a to your computer and use it in GitHub Desktop.
Save alejandromav/e3a2f5730b4edf678762703e4928be1a to your computer and use it in GitHub Desktop.
Editor config
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
max_line_length = 120
# Indentation override for all ymls
[*.yml]
indent_style = space
indent_size = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment