Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaven <krzmbrzl@gmail.com>2019-09-01 19:09:19 +0300
committerGitHub <noreply@github.com>2019-09-01 19:09:19 +0300
commit8578468585d49782c15c54d1d0acfe7899465b4e (patch)
tree49c30f5ba5aee6db843933fc4c5dafd3584d1e61 /Doxyfile
parent987953c008f2d6ba205bc3734607106dafae5258 (diff)
Change tab-size to 4 in Doxygen
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 953aef8bd..5077ab0d7 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -193,7 +193,7 @@ SEPARATE_MEMBER_PAGES = NO
# The TAB_SIZE tag can be used to set the number of spaces in a tab.
# Doxygen uses this value to replace tabs by spaces in code fragments.
-TAB_SIZE = 8
+TAB_SIZE = 4
# This tag can be used to specify a number of aliases that acts
# as commands in the documentation. An alias has the form "name=value".