1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00
serial/serial.sublime-project

25 lines
507 B
Plaintext
Raw Normal View History

{
2012-05-10 11:43:17 -05:00
"word_wrap": "on",
"wrap_width": 80,
"folders":
[
{
2012-06-09 19:52:05 -05:00
"path": "./"
}
],
"settings":
{
"sublimeclang_options":
[
"-I/usr/include",
"-I/usr/local/include",
2015-04-21 21:14:54 -07:00
"-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"
]
}
}