1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

[style] whitespace and configs

This commit is contained in:
William Woodall 2015-04-21 21:14:54 -07:00
parent 1a70b09bb1
commit e438077cba
2 changed files with 7 additions and 2 deletions

View File

@ -13,7 +13,12 @@
[ [
"-I/usr/include", "-I/usr/include",
"-I/usr/local/include", "-I/usr/local/include",
"-I${folder:${project_path:serial.sublime-project}}/include" "-I${folder:${project_path:serial.sublime-project}}/include",
"-I/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1",
"-I/usr/local/include",
"-I/Library/Developer/CommandLineTools/usr/bin/../lib/clang/6.1.0/include",
"-I/Library/Developer/CommandLineTools/usr/include",
"-I/usr/include"
] ]
} }
} }