akadoc/Akadoc.sublime-project

37 lines
592 B
Plaintext
Raw Permalink Normal View History

2015-03-04 14:03:15 +00:00
//Required Sublime Text plugins:
// - SublimeAStyleFormatter: https://github.com/timonwong/SublimeAStyleFormatter
//
2014-11-01 20:21:01 +00:00
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"file_exclude_patterns":
[
"*.dll",
2015-03-04 14:03:15 +00:00
"*.meta",
"*.csproj",
"*.sln"
],
"folder_exclude_patterns":
[
"Temp",
"Library"
2014-11-01 20:21:01 +00:00
]
}
2015-03-04 14:03:15 +00:00
],
"settings": {
"AStyleFormatter": {
"options_default": {
"autoformat_on_save": true,
"attach-namespaces": true,
"attach-classes": true,
"pad-oper": false,
"pad-header": false,
"unpad-paren": true
}
}
}
2014-11-01 20:21:01 +00:00
}