Skip to content

Instantly share code, notes, and snippets.

@glektarssza
Last active March 27, 2025 19:39
Show Gist options
  • Save glektarssza/a29e1efbec6452600e80585703847dc5 to your computer and use it in GitHub Desktop.
Save glektarssza/a29e1efbec6452600e80585703847dc5 to your computer and use it in GitHub Desktop.
odinfmt Configuration
{
"$schema": "https://raw.githubusercontent.com/DanielGavin/ols/master/misc/odinfmt.schema.json",
"brace_style": "_1TBS",
"character_width": 80,
"convert_do": false,
"exp_multiline_composite_literals": false,
"indent_cases": false,
"inline_single_stmt_case": false,
"newline_limit": 1,
"newline_style": "LF",
"sort_imports": true,
"spaces": 4,
"spaces_around_colons": false,
"tabs": false,
"tabs_width": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment