17 строки
340 B
INI
17 строки
340 B
INI
# SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
root = true
|
|
# General
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
[*.{js,php}]
|
|
indent_style = tab
|
|
insert_final_newline = true
|
|
[Makefile]
|
|
indent_style = tab
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|