1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 03:34:53 +08:00
serial/serial.sublime-project

23 lines
575 B
Plaintext
Raw Permalink 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":
[
2018-01-13 13:18:45 -08:00
"-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1",
"-I/usr/local/include",
2018-01-13 13:18:45 -08:00
"-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/9.0.0/include",
"-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include",
"-I/usr/include",
2015-04-21 21:14:54 -07:00
"-I${folder:${project_path:serial.sublime-project}}/include",
]
}
}