akadoc/Akadoc.sublime-project
Crom (Thibaut CHARLES) 9009ee4ae6 Nettoyage de printemps
2015-03-04 15:03:15 +01:00

37 lines
592 B
Plaintext

//Required Sublime Text plugins:
// - SublimeAStyleFormatter: https://github.com/timonwong/SublimeAStyleFormatter
//
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"file_exclude_patterns":
[
"*.dll",
"*.meta",
"*.csproj",
"*.sln"
],
"folder_exclude_patterns":
[
"Temp",
"Library"
]
}
],
"settings": {
"AStyleFormatter": {
"options_default": {
"autoformat_on_save": true,
"attach-namespaces": true,
"attach-classes": true,
"pad-oper": false,
"pad-header": false,
"unpad-paren": true
}
}
}
}