mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-11 09:50:19 +01:00
tools/code-formatting: Add EditorConfig file
EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs: https://editorconfig.org/ Signed-off-by: José Expósito <jose.exposito89@gmail.com>
This commit is contained in:
parent
cd4f2f32b5
commit
2babdba1d7
1 changed files with 11 additions and 0 deletions
11
.editorconfig
Normal file
11
.editorconfig
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# https://editorconfig.org/
|
||||
|
||||
root = true
|
||||
|
||||
[*.{c,h}]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_size = 8
|
||||
indent_style = tab
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
Loading…
Add table
Reference in a new issue