+2878
-608
lines changedFilter options
+2878
-608
lines changed Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ compile_commands.json
15
15
/.clangd/
16
16
/.cache/clangd/
17
17
/.ccls-cache/
18
+
/.clang-tidy
18
19
19
20
.DS_Store
20
21
*.mo
Original file line number Diff line number Diff line change
@@ -95,6 +95,7 @@
95
95
'window.c',
96
96
'win_config.c',
97
97
'tabpage.c',
98
+
'autocmd.c',
98
99
'ui.c',
99
100
],
100
101
# List of files/directories for doxygen to read, separated by blanks
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
1
+
#!/usr/bin/env bash
2
+
3
+
set -e
4
+
5
+
# Check that you have uncrustify
6
+
hash uncrustify
7
+
8
+
COMMITISH="${1:-master}"
9
+
for file in $(git diff --diff-filter=d --name-only $COMMITISH | grep '\.[ch]$'); do
10
+
uncrustify -c src/uncrustify.cfg -l C --replace --no-backup "$file"
11
+
done
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4