SalamLang / Salam

Salam Language: The inaugural coding language for Persian and Arabic speakers, inspired by the word salam meaning peace. With a user-friendly approach, it provides an accessible coding experience, promoting collaboration and simplicity for local developers.
https://www.salamlang.ir
GNU General Public License v3.0
9 stars 8 forks source link

YAML new line issues #266

Open BaseMax opened 2 weeks ago

BaseMax commented 2 weeks ago

$ git commit -m "test"

Run yamllint.............................................................Failed
- hook id: yamllint
- exit code: 1

config/language.yaml
  1:4       error    wrong new line character: expected \n  (new-lines)

config/layout/attribute/type.yaml
  1:4       error    wrong new line character: expected \n  (new-lines)

config/layout/attribute/style/type.yaml
  1:4       error    wrong new line character: expected \n  (new-lines)

config/layout/attribute/style/state.yaml
  1:4       error    wrong new line character: expected \n  (new-lines)

config/layout/attribute/style/value.yaml
  1:4       error    wrong new line character: expected \n  (new-lines)

config/type.yaml
  1:4       error    wrong new line character: expected \n  (new-lines)
jbampton commented 4 days ago

Is this still an issue ?

Are your Git line endings setup properly on your local machine ?