This website requires JavaScript.
Explore
Help
Register
Sign In
openharmony
/
third_party_mesa3d
Watch
1
Star
0
Fork
0
You've already forked third_party_mesa3d
mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced
2024-11-23 15:30:09 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9116b9f00d
third_party_mesa3d
/
bin
/
.editorconfig
3 lines
26 B
INI
Raw
Normal View
History
Unescape
Escape
Introduce .editorconfig A few weeks ago, Jose Fonseca suggested [0] we use .editorconfig files to try and enforce the formatting of the code, to which Michel Dänzer suggested [1] we start by importing the existing .dir-locals.el settings. The first draft was discussed in the RFC [2]. These .editorconfig are a first step, one that has the advantage of requiring little to no intervention from the devs once the settings files are in place, but the settings are very limited. This does have the advantage of applying while the code is being written. This doesn't replace the need for more comprehensive formatting tools such as clang-format & clang-tidy, but those reformat the code after the fact. [0] https://lists.freedesktop.org/archives/mesa-dev/2016-June/121545.html [1] https://lists.freedesktop.org/archives/mesa-dev/2016-June/121639.html [2] https://lists.freedesktop.org/archives/mesa-dev/2016-July/123431.html Acked-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Acked-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2016-08-30 20:02:18 +00:00
[*.sh]
bin: use tabs for coding style on *.sh files v2: Instead of changing *.sh, adapt the editorconfig file (Emil). Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2017-05-05 14:49:52 +00:00
indent_style
=
tab
Reference in New Issue
Copy Permalink