Panic dodało wsparcie dla EditorConfig w Coda 2.5:
For example, let’s say someone decided one project had to use space indentation (for Python?) even though everybody usually uses tabs. With EditorConfig, you can easily declare this setting in an .editorconfig file in the root of the project…
A oto przykładowy plik konfiguracyjny:
|
1 2 3 4 5 6 7 |
# top-most EditorConfig file root = true # 4 space indentation [*] indent_style = space indent_size = 4 |
Więcej na temat EditorConfig znajdziecie tutaj.


Chcesz zwrócić mi na coś uwagę lub skomentować? Zapraszam na @morid1n lub na forum.