Skip to content

Instantly share code, notes, and snippets.

@irvingvjuarez
Created September 7, 2022 03:06
Show Gist options
  • Save irvingvjuarez/95fb178db8f879e0d1b33d3d4d06e5fc to your computer and use it in GitHub Desktop.
Save irvingvjuarez/95fb178db8f879e0d1b33d3d4d06e5fc to your computer and use it in GitHub Desktop.
Editor configuration for my personal projects
# Editor configuration
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 2
insert_final_newline = false
trim_trailing_whitespace = true
[*.js]
quote_type = double
[*.md]
max_line_length = off
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment