Browse Source

update

master
tianjialong 2 years ago
parent
commit
99e9829768
  1. 2
      README.md
  2. 0
      c/.clang-format
  3. 0
      c/.vscode/settings.json
  4. 0
      c/a.out
  5. 0
      c/main.c
  6. 9
      cpp/.clang-format
  7. 6
      cpp/.vscode/settings.json
  8. 0
      cpp/main.cpp

2
README.md

@ -1 +1 @@
README
# README

0
.clang-format → c/.clang-format

0
.vscode/settings.json → c/.vscode/settings.json

0
a.out → c/a.out

0
main.c → c/main.c

9
cpp/.clang-format

@ -0,0 +1,9 @@
# Defines the Chromium style for automatic reformatting.
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
Language: Cpp
BasedOnStyle: Google
ColumnLimit: 120
AlignConsecutiveMacros: true
AlignConsecutiveDeclarations: true
AlignConsecutiveAssignments: true
AlignOperands: true

6
cpp/.vscode/settings.json

@ -0,0 +1,6 @@
{
"files.associations": {
"strings.h": "c",
"stat.h": "c"
}
}

0
cpp/main.cpp

Loading…
Cancel
Save