mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-01 20:48:06 +02:00
Imported n-acd code with command: git subtree add --prefix shared/n-acd git@github.com:nettools/n-acd.git a68b55992dd7b38bdb9dbbdba4a9284ff2c2cce3 --squash To update the library use: git subtree pull --prefix shared/n-acd git@github.com:nettools/n-acd.git master --squash
16 lines
347 B
INI
16 lines
347 B
INI
# http://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file, utf-8 charset
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
|
|
# match config files, set indent to spaces with width of eight
|
|
[*.{c,h}]
|
|
indent_style = space
|
|
indent_size = 8
|