Skip to content

Commit

Permalink
trailing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed Apr 21, 2024
1 parent 097cd60 commit c9f7d9a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
ruby-version: '3.2'
- run: gem install mdl
- run: mdl . --ignore-front-matter -r MD011,MD023,MD027,MD028,MD037
- run: mdl . --ignore-front-matter -r MD011,MD023,MD027,MD028,MD037,MD047
2 changes: 1 addition & 1 deletion es-es/jquery-es.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ var heights = [];
$('p').each(function() {
heights.push($(this).height()); // Añade todas las alturas "p" de la etiqueta a la matriz
});
```
```
2 changes: 1 addition & 1 deletion es-es/php-composer-es.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ composer clear-cache
### Referencias

* [Composer - Dependency Manager for PHP (EN)](https://getcomposer.org/)
* [Packagist.org (EN)](https://packagist.org/)
* [Packagist.org (EN)](https://packagist.org/)
2 changes: 1 addition & 1 deletion es-es/vim-es.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ set smarttab

[What are the dark corners of Vim your mom never told you about? (Stack Overflow thread) (EN)](http://stackoverflow.com/questions/726894/what-are-the-dark-corners-of-vim-your-mom-never-told-you-about)

[Arch Linux Wiki (EN)](https://wiki.archlinux.org/index.php/Vim)
[Arch Linux Wiki (EN)](https://wiki.archlinux.org/index.php/Vim)
2 changes: 1 addition & 1 deletion func.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,4 @@ do {
This file is mostly copied from [TonFunClessons 15 minutes intro](https://github.com/romanovichim/TonFunClessons_Eng/blob/main/13lesson/15min.md).
P.S. If by any chance you're familiar with [Forth](https://learnxinyminutes.com/docs/forth/), you can also take a look at [Fift](https://ton-blockchain.github.io/docs/fiftbase.pdf).
P.S. If by any chance you're familiar with [Forth](https://learnxinyminutes.com/docs/forth/), you can also take a look at [Fift](https://ton-blockchain.github.io/docs/fiftbase.pdf).
2 changes: 1 addition & 1 deletion hu-hu/yaml-hu.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ set2:
elem1: null
elem2: null
elem3: null
```
```
2 changes: 1 addition & 1 deletion osl.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -746,4 +746,4 @@ for (int i = 0; i < 5; i += 1) {
* [Blender Docs for OSL](https://docs.blender.org/manual/en/latest/render/shader_nodes/osl.html)
* [C4D Docs for OSL](https://docs.otoy.com/cinema4d//OpenShadingLanguageOSL.html)
* Open Shading Language on [GitHub](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage)
* [Official OSL Documentation](https://open-shading-language.readthedocs.io/en/main/)
* [Official OSL Documentation](https://open-shading-language.readthedocs.io/en/main/)
2 changes: 1 addition & 1 deletion pt-pt/kotlin-pt.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -470,4 +470,4 @@ fun operatorOverloadingDemo() {

* [Tutoriais de Kotlin](https://kotlinlang.org/docs/tutorials/)
* [Experimenta Kotlin no browser](https://play.kotlinlang.org/)
* [Recursos adicionais](http://kotlin.link/)
* [Recursos adicionais](http://kotlin.link/)
2 changes: 1 addition & 1 deletion raylib.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ int main(void)
## Further reading
raylib has some [great examples](https://www.raylib.com/examples.html)
If you don't like C check out the [raylib bindings](https://github.com/raysan5/raylib/blob/master/BINDINGS.md)
If you don't like C check out the [raylib bindings](https://github.com/raysan5/raylib/blob/master/BINDINGS.md)
2 changes: 1 addition & 1 deletion tr-tr/sql-tr.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ SELECT random() AS Random;
SELECT upper(ad) FROM Table1;
SELECT lower(ad) FROM Table1;
SELECT ad, length(ad) FROM Table1;
```
```
2 changes: 1 addition & 1 deletion v.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ There are more complex concepts to be learnt in V which are available at the
official [V documentation](https://github.com/vlang/v/blob/master/doc/docs.md).

You can also find more information about the V language at the [official website](https://vlang.io/)
or check it out at the [v playground](https://v-wasm.vercel.app/).
or check it out at the [v playground](https://v-wasm.vercel.app/).
2 changes: 1 addition & 1 deletion zh-cn/xml-cn.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ XML是一种标记语言,被设计用来存储数据和传输数据。
<price>30.00</price>
</book>
</bookstore>
```
```

0 comments on commit c9f7d9a

Please sign in to comment.