-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making it easy for other people to see the formatting style
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |