aboutsummaryrefslogtreecommitdiff
path: root/hxformat.json
diff options
context:
space:
mode:
authorIndrajith K L2022-03-22 02:20:02 +0530
committerIndrajith K L2022-03-22 02:20:02 +0530
commitf5e60ac6142f5f3d71f5a6edc581094df840f12e (patch)
tree68b7071b9862082ce3d0943b8b1f76744e411642 /hxformat.json
downloadYEAD-haxe-f5e60ac6142f5f3d71f5a6edc581094df840f12e.tar.gz
YEAD-haxe-f5e60ac6142f5f3d71f5a6edc581094df840f12e.tar.bz2
YEAD-haxe-f5e60ac6142f5f3d71f5a6edc581094df840f12e.zip
Initial Commit
* Basic Entity System Implemented
Diffstat (limited to 'hxformat.json')
-rw-r--r--hxformat.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/hxformat.json b/hxformat.json
new file mode 100644
index 0000000..66cb386
--- /dev/null
+++ b/hxformat.json
@@ -0,0 +1,15 @@
+{
+ "lineEnds": {
+ "leftCurly": "both",
+ "rightCurly": "both",
+ "objectLiteralCurly": {
+ "leftCurly": "after"
+ }
+ },
+ "sameLine": {
+ "ifElse": "next",
+ "doWhile": "next",
+ "tryBody": "next",
+ "tryCatch": "next"
+ }
+}