Skip to content

Instantly share code, notes, and snippets.

@johnhunter
Created May 11, 2025 09:45
Show Gist options
  • Save johnhunter/c6dff4cab06ddba84e7cac70ef0bbec1 to your computer and use it in GitHub Desktop.
Save johnhunter/c6dff4cab06ddba84e7cac70ef0bbec1 to your computer and use it in GitHub Desktop.
Some formatting config
[*]
charset = utf-8
insert_final_newline = true
end_of_line = lf
indent_style = space
indent_size = 2
max_line_length = 120
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment