mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2026-08-23 20:28:54 +00:00
Add .editorconfig file
This sets the style for meson (which uses the upstream style, 2 space indent with no tabs), and sets the tab_width to 8 per the CODING_STYLE document.
This commit is contained in:
parent
489fa0df11
commit
761f36c3c8
11
.editorconfig
Normal file
11
.editorconfig
Normal file
@ -0,0 +1,11 @@
|
||||
# To use this config on you editor, follow the instructions at:
|
||||
# http://editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
tab_width = 8
|
||||
|
||||
[meson.build,meson_options.txt]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
Loading…
Reference in New Issue
Block a user