mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 13:38:38 +01:00
Remove the byte order mark from the Czech Javascript file. This file… (#2509)
* Remove the byte order mark from the Czech Javascript file. This file wasn't showing up on the site before but this will fix it :) * Add info on how to check if a file has a byte order marker to the CONTRIBUTING file * Fit into 80 columns width
This commit is contained in:
parent
b1d9f3aa90
commit
650f0b5451
@ -33,6 +33,9 @@ review them more effectively and/or individually.
|
|||||||
your file is UTF-8 encoded.
|
your file is UTF-8 encoded.
|
||||||
+ Try to leave out the byte-order-mark at the start of the file. (`:set nobomb`
|
+ Try to leave out the byte-order-mark at the start of the file. (`:set nobomb`
|
||||||
in Vim)
|
in Vim)
|
||||||
|
+ You can check if the file contains a BOM on Linux/Unix systems by running
|
||||||
|
`file language.html.markdown` You will see this if it uses a BOM:
|
||||||
|
`UTF-8 Unicode (with BOM) text`.
|
||||||
|
|
||||||
|
|
||||||
### Header configuration
|
### Header configuration
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
language: javascript
|
language: javascript
|
||||||
contributors:
|
contributors:
|
||||||
- ["Adam Brenecki", "http://adam.brenecki.id.au"]
|
- ["Adam Brenecki", "http://adam.brenecki.id.au"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user