Logo
Explore Help
Register Sign In
Mirrors_Framework/nuttx
1
0
Fork 0
You've already forked nuttx
mirror of https://github.com/apache/nuttx.git synced 2025-12-11 12:57:57 +08:00
Code Issues Actions 1 Packages Projects Releases Wiki Activity
Files
master
nuttx/.editorconfig

27 lines
415 B
INI
Raw Permalink Normal View History

.editorconfig: add .editorconfig file to help maintain coding style Adds .editorconfig file to help maintain basic coding style such as indent style and brackets across various IDEs. Editor scans for this file and adheres to these rules. Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2025-08-28 08:49:02 +02:00
# EditorConfig: https://EditorConfig.org
root = true
[*]
.editorconfig: fix character encoding property specification The property should be named charset, not encoding, according to editorconfig documentation. https://editorconfig.org/#supported-properties Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2025-11-28 08:58:17 +01:00
charset = utf-8
.editorconfig: add .editorconfig file to help maintain coding style Adds .editorconfig file to help maintain basic coding style such as indent style and brackets across various IDEs. Editor scans for this file and adheres to these rules. Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2025-08-28 08:49:02 +02:00
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,h}]
indent_style = space
indent_size = 2
max_line_length = 78
curly_bracket_next_line = true
indent_brace_style = GNU
[Makefile]
indent_style = tab
[Make.defs]
indent_style = tab
[Kconfig]
indent_style = tab
[*.sh]
indent_style = tab
max_line_length = 80
Reference in New Issue Copy Permalink
Powered by Gitea Page: 2172ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API