Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
|
- # editorconfig tool configuration
- # see http://editorconfig.org for docs
-
- root = true
-
- [*]
- charset = utf-8
- end_of_line = lf
- trim_trailing_whitespaces = true
- indent_style = tab
|