Skip to content

Commit b8325c3

Browse files
committed
chore: insert trailing newlines in Fortran files
IIRC, we set this to `false` for historical reasons. Namely, old Fortran was very sensitive about whitespace. However, we write Fortran 95, which is "free-form". As such, I believe we can allow inserting trailing newlines just fine. This makes Fortran consistent with other file types throughout the project. Closes: stdlib-js#4755 --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent e7fea19 commit b8325c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.editorconfig

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]

0 commit comments

Comments
 (0)