diff options
author | evuez <julien@mulga.net> | 2024-04-01 15:16:52 +0200 |
---|---|---|
committer | evuez <julien@mulga.net> | 2024-04-03 22:45:16 +0200 |
commit | ff174d9536db26945189593bf8194f18fbd5ce3f (patch) | |
tree | 327cf783e3c24a0b4b035f548b0ea7206ea9b0f9 /fourmolu.yaml | |
download | uncron-ff174d9536db26945189593bf8194f18fbd5ce3f.tar.gz |
Initial commit
Diffstat (limited to 'fourmolu.yaml')
-rw-r--r-- | fourmolu.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fourmolu.yaml b/fourmolu.yaml new file mode 100644 index 0000000..ce46be3 --- /dev/null +++ b/fourmolu.yaml @@ -0,0 +1,5 @@ +column-limit: 100 +comma-style: leading +import-export-style: leading +indentation: 2 +respectful: false |