/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/language-rust-bundled/settings/rust.cson
24 строки
501 B
Max Brunsfeld
Provide built-in rust support using Tree-sitter
18 окт 2018, 05:30
18 окт 2018, 05:30
14817cb
Код
Авторство
О чём код?
'.source.rust': 'editor': 'commentStart': '// ' 'increaseIndentPattern': '(?x) ^ .* \\{ [^}"\']* $ |^ .* \\( [^\\)"\']* $ |^ \\s* \\{ \\} $ ' 'decreaseIndentPattern': '(?x) ^ \\s* (\\s* /[*] .* [*]/ \\s*)* \\} |^ \\s* (\\s* /[*] .* [*]/ \\s*)* \\) ' 'tabLength': 4 'softTabs': true 'preferredLineLength': 99 'bracket-matcher': autocompleteCharacters: [ '()' '[]' '{}' '<>' '""' '``' ]