Skip to content

Commit

Permalink
Add insert_final_newline
Browse files Browse the repository at this point in the history
  • Loading branch information
thatnerdjosh committed Jan 29, 2024
1 parent 133e79a commit c331f39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
; Top-most EditorConfig file
root = true

[*]
insert_final_newline = true

; 4-column tab indentation
[*.cpp]
indent_style = tab
Expand Down
2 changes: 1 addition & 1 deletion web/public_php/admin/overlib/overlib_anchor.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,4 @@ registerHook("createPopup", anchorPreface, FAFTER);
registerHook("horizontalPlacement", anchorHorizontal, FCHAIN);
registerHook("verticalPlacement", anchorVertical, FCHAIN);
if(olInfo.meets(4.10)) registerNoParameterCommands('noanchorwarn');
}
}
2 changes: 1 addition & 1 deletion web/public_php/ams/css/uploadify.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ Released under the MIT License <http://www.opensource.org/licenses/mit-license.p
background-color: #0099FF;
height: 3px;
width: 1px;
}
}

0 comments on commit c331f39

Please sign in to comment.