Skip to content

Commit

Permalink
Making it easy for other people to see the formatting style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjell Hedstrom authored and Kjell Hedstrom committed Jul 16, 2015
1 parent 6750efe commit 7cf42c5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions sublime.formatting
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"AStyleFormatter":
{
"options_default":
{
"indent": "spaces",
"indent-modifiers": false,
"indent-namespaces": true,
"indent-preproc-block": true,
"indent-spaces": 3,
"style": "googles"
}
},
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"font_size": 11,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 3,
"translate_tabs_to_spaces": true,
"word_wrap": true
}

0 comments on commit 7cf42c5

Please sign in to comment.