We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49b01c4 + 4eb34e4 commit 1438aacCopy full SHA for 1438aac
.editorconfig
@@ -11,7 +11,6 @@ insert_final_newline = true
11
[{Makefile*,*.mk}]
12
indent_style = tab
13
indent_size = 2
14
-tab_size = 2
15
trim_trailing_whitespace = true
16
insert_final_newline = true
17
.gitignore
@@ -39,6 +39,7 @@ cachegrind.out*
39
# Visual Studio Code user settings
40
.vscode/*
41
!.vscode/settings.json
42
+*.code-workspace
43
# ctags index files
44
tags
45
# GDB initialization scripts
0 commit comments