12345678910111213141516171819202122232425262728 |
- // https://www.sublimetext.com/docs/3/projects.html
- {
- "tab_size": 2,
- "rulers": [80],
- "detect_indentation": false,
- "folders":
- [
- {
- "path": ".",
- "name": "project",
- "folder_exclude_patterns": ["build"]
- }
- ],
- "settings":
- {
- "AStyleFormatter":
- {
- "autoformat_on_save": true,
- "options_default":
- {
- "style": "gnu",
- "indent": "spaces",
- "indent-spaces": 2
- },
- }
- }
- }
|