Skip to content

Commit e062a55

Browse files
committed
Add ignore comments for files with CPP
1 parent a5ee90a commit e062a55

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lsp-test/src/Language/LSP/Test/Session.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{- ORMOLU_DISABLE -}
2+
13
{-# LANGUAGE CPP #-}
24
{-# LANGUAGE GADTs #-}
35
{-# LANGUAGE OverloadedStrings #-}

lsp-types/src/Language/LSP/Protocol/Types/Uri/OsPath.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{- ORMOLU_DISABLE -}
2+
13
{-# LANGUAGE CPP #-}
24
{-# LANGUAGE ScopedTypeVariables #-}
35

0 commit comments

Comments
 (0)