mirror of https://github.com/CrimsonTome/tldr.git
astyle: add Spanish translation (#10161)
parent
1f548ae41b
commit
dfe538d048
|
@ -0,0 +1,25 @@
|
|||
# astyle
|
||||
|
||||
> Indentador, formateador y embellecedor de código fuente para los lenguajes de programación C, C++, C# y Java.
|
||||
> Al ejecutarse, se crea una copia del archivo original con un ".orig" añadido al nombre del archivo original.
|
||||
> Más información: <http://astyle.sourceforge.net>.
|
||||
|
||||
- Aplica el estilo por defecto de 4 espacios por sangría y sin cambios de formato:
|
||||
|
||||
`estilo {{archivo_de_origen}}`
|
||||
|
||||
- Aplica el estilo Java con llaves adjuntas:
|
||||
|
||||
`astyle --style=java {{ruta/al/archivo}}`
|
||||
|
||||
- Aplica el estilo allman con llaves discontinuas:
|
||||
|
||||
`astyle --style=allman {{ruta/al/archivo}}`
|
||||
|
||||
- Aplica una sangría personalizada utilizando espacios. Elige entre 2 y 20 espacios:
|
||||
|
||||
`astyle --indent=spaces={{número_de_espacios}} {{ruta/al/archivo}}`
|
||||
|
||||
- Aplica una sangría personalizada utilizando tabuladores. Elige entre 2 y 20 tabulaciones:
|
||||
|
||||
`astyle --indent=tab={{número_de_pestañas}} {{ruta/al/archivo}}`
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Indente, formate, et embelli du code source pour des languages de programmation comme C, C++, C# et Java.
|
||||
> Pendant l'exécution, une copie du fichier original est créé avec un ".orig" suffixé au nom de fichier original.
|
||||
> Plus d'informations : <http://astyle.sourceforge.net/>.
|
||||
> Plus d'informations : <http://astyle.sourceforge.net>.
|
||||
|
||||
- Applique le style par défaut de 4 espaces pour l'indentation et pas de changement de formatage :
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Indentatore, formattatore e beautifier di codice sorgente per i linguaggi C, C++, C# e Java.
|
||||
> Quando eseguito, una copia del file originale è creata con l'estensione ".orig" aggiunta come suffisso.
|
||||
> Maggiori informazioni: <http://astyle.sourceforge.net/>.
|
||||
> Maggiori informazioni: <http://astyle.sourceforge.net>.
|
||||
|
||||
- Applica lo stile di default di 4 spazi per livello di indentazione e nessun cambiamento alla formattazione:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> C, C ++, C # 및 Java 프로그래밍 언어에 대한 소스 코드 인덴터, 포맷터 및 미화기.
|
||||
> 실행 시 원본 파일의 사본은 원래 파일 이름에 ".orig"가 추가된 상태로 작성된다.
|
||||
> 더 많은 정보: <http://astyle.sourceforge.net/>.
|
||||
> 더 많은 정보: <http://astyle.sourceforge.net>.
|
||||
|
||||
- 들여쓰기 당 4개의 공백의 기본 스타일을 적용하고 형식 변경 없도록 적용:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.
|
||||
> Upon running, a copy of the original file is created with an ".orig" appended to the original file name.
|
||||
> More information: <http://astyle.sourceforge.net/>.
|
||||
> More information: <http://astyle.sourceforge.net>.
|
||||
|
||||
- Apply the default style of 4 spaces per indent and no formatting changes:
|
||||
|
||||
|
|
Loading…
Reference in New Issue