Skip to content

Commit

Permalink
Unify newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
slavek-kucera authored Feb 6, 2023
1 parent 4ba42b1 commit 3a9490d
Show file tree
Hide file tree
Showing 91 changed files with 445 additions and 436 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*.{cpp,h,ts}]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4


2 changes: 1 addition & 1 deletion benchmark/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,4 +406,4 @@ int main(int argc, char** argv)
std::clog << "Parse finished\n\n" << std::endl;
}
return 0;
}
}
2 changes: 1 addition & 1 deletion benchmark/diagnostic_counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ inline nlohmann::json get_top_messages(const std::unordered_map<std::string, uns



#endif
#endif
Loading

0 comments on commit 3a9490d

Please sign in to comment.