Skip to content

Commit c3617af

Browse files
committed
Merge branch 'master' into carljparker/config-include-20181101
2 parents 8146077 + cf276a9 commit c3617af

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
@@ -10,3 +10,6 @@
1010
#
1111
<?file:future-platform/future-platform.include>
1212

13+
[parser]
14+
default_build_file_syntax = skylark
15+

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)