diff --git a/.clang-format b/.clang-format index 6182f4559..93e273e47 100644 --- a/.clang-format +++ b/.clang-format @@ -5,3 +5,6 @@ ColumnLimit: 120 UseTab: Never QualifierAlignment: Left PointerAlignment: Right +InsertNewlineAtEOF: true +KeepEmptyLines: + AtEndOfFile: false diff --git a/tasks/omp/example/include/ops_omp.hpp b/tasks/omp/example/include/ops_omp.hpp index 87209c39e..4bdb170e9 100644 --- a/tasks/omp/example/include/ops_omp.hpp +++ b/tasks/omp/example/include/ops_omp.hpp @@ -21,4 +21,4 @@ class TestTaskOpenMP : public ppc::core::Task { int rc_size_{}; }; -} // namespace nesterov_a_test_task_omp \ No newline at end of file +} // namespace nesterov_a_test_task_omp diff --git a/tasks/seq/example/include/ops_seq.hpp b/tasks/seq/example/include/ops_seq.hpp index f03fc7fb8..b9bb5c19e 100644 --- a/tasks/seq/example/include/ops_seq.hpp +++ b/tasks/seq/example/include/ops_seq.hpp @@ -21,4 +21,4 @@ class TestTaskSequential : public ppc::core::Task { int rc_size_{}; }; -} // namespace nesterov_a_test_task_seq \ No newline at end of file +} // namespace nesterov_a_test_task_seq