Skip to content

Commit cf276a9

Browse files
authored
Merge pull request fbsamples#13 from ttsugriy/skylark
[Skylark] Use Skylark parser by default.
2 parents 7ba645b + 8e92cbb commit cf276a9

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

cross-platform-scale-2015-demo/.buckconfig

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
source_level = 6
2828
target_level = 6
2929

30+
[parser]
31+
default_build_file_syntax = skylark
32+
3033
[project]
3134
default_android_manifest = //android/AndroidManifest.xml
3235
ignore = .buckd, \

hello-buck-cxx/.buckconfig

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
[cxx#other_platform]
66
cxxppflags="-D HELLOSTRING=\"Chuck\""
77

8+
[parser]
9+
default_build_file_syntax = skylark
10+

hello-buck-java/.buckconfig

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[parser]
2+
default_build_file_syntax = skylark
3+
14
[alias]
25
hello_buck_java = //com/facebook/buck/demo:hello-buck-java
36

0 commit comments

Comments
 (0)