Skip to content

Commit 7a887ca

Browse files
committed
Fix chevron issue by ignoring the entire file. Better than nothing.
1 parent 9928ea6 commit 7a887ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.fprettify.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ whitespace = 2
99
enable-decl = true
1010
enable-replacements = true
1111
c-relations = true
12+
13+
# Hack to stop fprettify formatting CUDA-style chevrons from <<< to < < <
14+
# We just ignore all files calling kernels:
15+
exclude = ["exec_dist.f90"]

0 commit comments

Comments
 (0)