mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
f19b14bd88
In the end of this progress Friendica will hopefully be [REUSE](https://reuse.software) complient but this is a longterm goal.
36 lines
585 B
INI
36 lines
585 B
INI
# SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
# editorconfig tool configuration
|
|
# see http://editorconfig.org for docs
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = tab
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
quote_type = single
|
|
max_line_length = off
|
|
|
|
[*.js]
|
|
quote_type = double
|
|
ij_javascript_use_double_quotes = true
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.xml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.json]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[composer.json]
|
|
indent_style = tab
|