pages.ta: standardize placeholders, update pages (#11478)

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2023-11-13 07:58:59 +05:30
committed by GitHub
parent 613f30030f
commit bee46b42e6
96 changed files with 383 additions and 350 deletions

View File

@@ -5,12 +5,12 @@
- ஒரு கோப்பை வடிவமைக்கவும், அசல் கோப்பை மேலெழுதவும்:
`rustfmt {{பாதை/டு/மூலம்.rs}}`
`rustfmt {{மூலம்.rs/பாதை}}`
- வடிவமைப்பிற்கான கோப்பைச் சரிபார்த்து, கன்சோலில் ஏதேனும் மாற்றங்களைக் காட்டவும்:
`rustfmt --check {{பாதை/டு/மூலம்.rs}}`
`rustfmt --check {{மூலம்.rs/பாதை}}`
- வடிவமைப்பிற்கு முன் ஏதேனும் மாற்றப்பட்ட கோப்புகளை காப்புப் பிரதி எடுக்கவும் (அசல் கோப்பு `.bk` நீட்டிப்புடன் மறுபெயரிடப்பட்டது):
`rustfmt --backup {{பாதை/டு/மூலம்.rs}}`
`rustfmt --backup {{மூலம்.rs/பாதை}}`