ir3: Update .editorconfig and .dir-locals.el

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11801>
This commit is contained in:
Connor Abbott 2021-07-12 15:03:38 +02:00 committed by Marge Bot
parent 0f28e1aad3
commit f69a99081b
2 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
((prog-mode
(indent-tabs-mode . t)
(tab-width . 4)
(c-basic-offset . 4)
(indent-tabs-mode . nil)
(tab-width . 3)
(c-basic-offset . 3)
(c-file-style . "k&r")
(fill-column . 78)
(fill-column . 80)
(c-file-offsets
(arglist-cont-nonempty . ++)
)

View File

@ -1,5 +1,5 @@
[*.{c,h,cpp,hpp,cc,hh}]
indent_style = tab
indent_size = 4
tab_width = 4
max_line_length = 78
indent_style = space
indent_size = 3
tab_width = 3
max_line_length = 80